You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TMtxVecInt Class > TMtxVecInt Methods > TMtxVecInt.BitUnpack Method
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TMtxVecInt.BitUnpack Method

Converts Src to unpacked bit storage.

Syntax
C#
Visual Basic
public TMtxVecInt BitUnpack([In] TMtxVecInt Src, int SrcIndex, int Index, int Len);

If bit at Src[i] <> 0 then Integer (32, 16 or 8bit) at index "i" in the calling vector is set to 1. Returns the result of bit unpacking the bits stored in Src values [SrcIndex]..[SrcIndex + Len - 1] and stored in the calling object (Self) values [Index]..[Index+Len-1]. The storage precision of the calling object is preserved. The Len parameter specifies the number of bits that will be unpacked from Src.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!